home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / mirror.dir / 00384.ls < prev    next >
Encoding:
Text File  |  1995-03-26  |  1.3 KB  |  41 lines

  1. on mouseDown
  2.   global gLocH, gLocV
  3.   puppetSound("ding")
  4.   set the castNum of sprite 2 to 3
  5.   set the castNum of sprite 3 to 5
  6.   set the castNum of sprite 4 to 7
  7.   set the castNum of sprite 6 to 13
  8.   set the castNum of sprite 7 to 9
  9.   set the castNum of sprite 16 to 11
  10.   set the castNum of sprite 17 to 1
  11.   set the locH of sprite 2 to getAt(gLocH, 1)
  12.   set the locV of sprite 2 to getAt(gLocV, 1)
  13.   set the locH of sprite 3 to getAt(gLocH, 2)
  14.   set the locV of sprite 3 to getAt(gLocV, 2)
  15.   set the locH of sprite 4 to getAt(gLocH, 3)
  16.   set the locV of sprite 4 to getAt(gLocV, 3)
  17.   set the locH of sprite 6 to getAt(gLocH, 4)
  18.   set the locV of sprite 6 to getAt(gLocV, 4)
  19.   set the locH of sprite 7 to getAt(gLocH, 5)
  20.   set the locV of sprite 7 to getAt(gLocV, 5)
  21.   set the locH of sprite 16 to getAt(gLocH, 6)
  22.   set the locV of sprite 16 to getAt(gLocV, 6)
  23.   set the locH of sprite 17 to getAt(gLocH, 7)
  24.   set the locV of sprite 17 to getAt(gLocV, 7)
  25.   set the visible of sprite 2 to 1
  26.   set the visible of sprite 3 to 1
  27.   set the visible of sprite 4 to 1
  28.   set the visible of sprite 6 to 1
  29.   set the visible of sprite 7 to 1
  30.   set the visible of sprite 16 to 1
  31.   set the visible of sprite 17 to 1
  32.   puppetSprite(2, 0)
  33.   puppetSprite(3, 0)
  34.   puppetSprite(4, 0)
  35.   puppetSprite(6, 0)
  36.   puppetSprite(7, 0)
  37.   puppetSprite(16, 0)
  38.   puppetSprite(17, 0)
  39.   go("owl")
  40. end
  41.